[MessengerBundle] Add auto-refresh and chart tooltip#2965
Conversation
Co-authored-by: dpfaffenbauer <5981845+dpfaffenbauer@users.noreply.github.com>
| position: 'bottom', | ||
| grid: true, | ||
| fields: ['receiver'], | ||
| label: { |
There was a problem hiding this comment.
@copilot this messes up the design and the chart is not seeable anymore, change it to trim the labels but also show them on hover on the bar
There was a problem hiding this comment.
Changed in f58485a. Labels longer than 15 characters are now trimmed with ellipsis, and hovering over a bar shows a tooltip with the full queue name and message count.
There was a problem hiding this comment.
@copilot there is still an issue with queues that have 0 messages, I sometimes cannot see what queue it is
There was a problem hiding this comment.
Fixed in a40e747. For queues with 0 messages, the label above the bar now shows the truncated queue name followed by "(0)" (e.g., "async_priority_high (0)"). This makes it easy to identify which queue has 0 messages without needing to hover. Queues with messages still show just the count number as before.
There was a problem hiding this comment.
Reverted to the original clean chart design in 1b15e2c. The chart now shows:
- Count labels inside bars (original design)
- Tooltip on bar hover showing full queue name + count
- Highlight effect on bar hover
The complex label modifications that broke the design have been removed.
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
…over Co-authored-by: dpfaffenbauer <5981845+dpfaffenbauer@users.noreply.github.com>
Co-authored-by: dpfaffenbauer <5981845+dpfaffenbauer@users.noreply.github.com>
Co-authored-by: dpfaffenbauer <5981845+dpfaffenbauer@users.noreply.github.com>
|



Optimizes the MessengerBundle UI with auto-refresh capability and improved chart interactivity.
Changes Made
Auto-Refresh Feature
Chart Improvements
Translations
Testing
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.